home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Pro - Web Page Builder
/
Internet Pro - Web Page Builder (Wayzata Technology) (7241) (1995).bin
/
pc
/
windows
/
http_srv
/
whttpd14
/
access.cnf
< prev
next >
Wrap
Text File
|
1994-08-13
|
2KB
|
55 lines
#----------------------------------------------------------------------
#
# ACCESS.CNF
#
# Global access configuration for NCSA WinHttpd V1.3 (Windows)
#
# This is serser global access configuration file. It is best to
# leave the directives in this file in the order they are in, or
# things may not go the way you'd like.
#
# Do NOT simply read the instructions in here without understanding
# what they do, if you are unsure consult the online docs. You have
# been warned.
#
# Bob Denny <rdenny@netcom.com> 13-Aug-94
#
#----------------------------------------------------------------------
#
# The following access configuration establishes unrestricted access
# to the server's document tree. There is no default access config, so
# _something_ must be present and correct for the server to operate.
#
# This should be changed to whatever you set ServerRoot to.
#
<Directory c:/httpd>
Options Indexes
</Directory>
# This should be changed to whatever you set DocumentRoot to.
<Directory c:/httpd/htdocs>
# This may also be "None", "All", or "Indexes"
Options Indexes
# This controls which options the #HACCESS.CTL files in directories can
# override. Can also be "None", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
AllowOverride All
# Controls who can get stuff from this server.
<Limit GET>
order allow,deny
allow from all
</Limit>
</Directory>
# You may place any other directories you wish to have access
# information for after this one.